Remove BASE2_EQ
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Feb 2024 17:54:51 +0000 (09:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Feb 2024 19:20:32 +0000 (11:20 -0800)
commitefdcd7b8f78ef22c0213ea770a552fb69b789381
treed54686c1b24d3187b744fd9bf87d3e96557bdd46
parent08c1863257469b4cb85e97a276ba635d44b22666
Remove BASE2_EQ

* src/lisp.h (lisp_h_BASE2_EQ, BASE2_EQ): Remove.  All uses
removed.  BASE2_EQ was present only for minor optimization and
with current gcc -O2, BASE2_EQ does not affect performance, so
it’s not worth the hassle.
src/lisp.h
src/lread.c
src/timefns.c